Index
A B C D E F G H I K L M N O P R S T U V W Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Action - Enum in edu.uky.ai.lp
-
Represents each of the possible actions an agent can take in the Wumpus World.
- addFact(Fact) - Method in class edu.uky.ai.lp.logic.KnowledgeBase
-
Adds a new fact to the knowledge base.
- addRule(Rule) - Method in class edu.uky.ai.lp.logic.KnowledgeBase
-
Adds a new rule to the knowledge base.
- Agent - Interface in edu.uky.ai.lp.ai
-
Represents a player in "Hunt the Wumpus."
- antecedent - Variable in class edu.uky.ai.lp.logic.Rule
-
The condition under which the consequent can be deduced
- argument - Variable in class edu.uky.ai.lp.logic.Negation
-
The expression being negated
- arguments - Variable in class edu.uky.ai.lp.logic.BooleanExpression
-
The arguments to which the operator applies
- arguments - Variable in class edu.uky.ai.lp.logic.NAryBooleanExpression
-
The expression's arguments
All Classes All Packages